/* 底部 */
.footer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: -300px; */
}
.footer_other{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    /* margin-top: 22px; */
}
.friendship_link{
    /* width: 58%; */
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}
.friendship_title{
    width: 14%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #384144;
}
.friendship_title a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.friendship_title span{
    font-size: 13px;
    color: #fff;
}
.link_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
    padding: 0 5px;
}
.link_box2{
    z-index:-999;
    height: 0;
}
.link_box span{
    font-size: 12px;
    color: #919191;
    margin-right: 19px;
    line-height: 30px;
    cursor: pointer;
}
.link_box a{
    font-size: 12px;
    color: #919191;
}
.link_imgBox{
    width: 97%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link_imgBox img{
    width: 105px;
    height: 47px;
    /* height: 34px; */
}
.about_box{
    /* width: 58%; */
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.about_leftBox{
    width: 90%;
    display: flex;
    flex-direction: column;
}
.about_leftBox p{
    font-size: 13px;
    color: #B0B0B0;
    margin: 8px 0;
}
.about_leftBox p a{
    font-size: 13px;
    color: #B0B0B0;
}
.about_content{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.about_content span {
    font-size: 13px;
    margin-right: 20px;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
}
.supervise{
    display: flex;
    align-items: center;
}
.supervise span {
    font-size: 13px;
    color: #B0B0B0;
    margin-right: 20px;
}
.about_rightBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.qrCode_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 130px;
}
.qrCode_img{
    width: 100px;
    height: 100px;
}
.qrCode_content{
    font-size: 14px;
    color: #fff;
}
/* 站长统计 */
#cnzz_stat_icon_1280187720 a{
    color: #B0B0B0;
    font-size: 10px;
}
#LA-DATA-WIDGET{
    position: relative;
}
#cnzz{
    position: relative;
    overflow: hidden;
    height: 0;
}
/*.zhaosy_login_popup{*/
/*    display: none;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    z-index: 99999;*/
/*    background: rgba(0, 0, 0, 0.7);*/
/*}*/
/*.zhaosy_login_popup .login_content{*/
/*    width: 100%;*/
/*    max-height: fit-content;*/
/*height: 480px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    margin: auto;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: 99998;*/
/*    background-color: #FFFFFF;*/
/*    border-radius: 10px;*/
/*    padding: 10px 0;*/
/*    box-sizing: border-box;*/
/*    overflow: hidden;*/
/*    max-width: 420px;*/
/*}*/
/*.zhaosy_login_popup .login_content .close_btn{*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    margin-right: 20px;*/
/*}*/
/*.zhaosy_login_popup .login_content .close_btn img{*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    cursor: pointer;*/
/*}*/
/*.zhaosy_login_popup .login_content .login_tab{*/
/*    width: 100%;*/
/*    height: 53px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-evenly;*/
/*    border-bottom: 1px solid rgba(216,216,216,0.3);*/
/*}*/
/*.login_content .login_tab_item{*/
/*    height: 100%;*/
/*    line-height: 53px;*/
/*    text-align: center;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*}*/
/*.login_content .login_tab_item span{*/
/*    font-family: PingFang SC;*/
/*    font-size: 20px;*/
/*    line-height: 20px;*/
/*    color: #3D3D3D;*/
/*}*/
/*.login_tab .tab_item_active span{*/
/*    font-weight: bold;*/
/*}*/
/*.login_tab .tab_item_active span:before{*/
/*    content: '';*/
/*    width: 50%;*/
/*    position: absolute;*/
/*    left: 26%;*/
/*    bottom: 0px;*/
/*    height: 4px;*/
/*    background: #EB6D47;*/
/*    text-align: center;*/
/*    border-radius: 2px;*/
/*}*/
/*.zhaosy_login_popup .login_form{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 40px;*/
/*    box-sizing: border-box;*/
/*}*/
/*.zhaosy_login_popup .login_operate{*/
/*    width: 100%;*/
/*height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.login_operate .input_box{*/
/*    width: 100%;*/
/*    height: 52px;*/
/*    margin-bottom: 30px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 10px;*/
/*    box-sizing: border-box;*/
/*    background: #F2F2F4;*/
/*    border-radius: 5px;*/
/*}*/
/*.login_operate .input_box_two{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    box-sizing: border-box;*/
/*    flex-direction: column;*/
/*}*/
/*.login_operate .input_box_two .input_box{*/
/*    margin-bottom: 20px;*/
/*    height: 45px;*/
/*}*/
/*.login_operate .input_box_two .input_box_title{*/
/*    font-family: PingFang SC;*/
/*    font-size: 16px;*/
/*    line-height: 16px;*/
/*    color: #3D3D3D;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.login_operate .input_box span{*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    margin-right: 5px;*/
/*}*/
/*.login_operate .input_box .input,.login_operate .input_box_two .input{*/
/*    width: 100%;*/
/*    outline: none;*/
/*    border: 0px;*/
/*    background: transparent;*/
/*    font-size: 14px;*/
/*color: #9C9C9C;*/
/*}*/
/*.login_operate .input_box .input:placeholder,.login_operate .input_box_two .input:placeholder{*/
/*    color: #9C9C9C;*/
/*    font-size: 14px;*/
/*}*/
/*.login_operate .input_box .ver_code{*/
/*    width: 100px;*/
/*    padding: 8px 6px;*/
/*    text-align: center;*/
/*    border-radius: 6px 0px 6px 0px;*/
/*    background: #ED6D47;*/
/*    font-size: 14px;*/
/*    font-family: PingFang SC;*/
/*    line-height: 14px;*/
/*    color: #FFFFFF;*/
/*    cursor: pointer;*/
/*    box-sizing: border-box;*/
/*}*/
/*.login_operate .input_box .ver_code_disabled{*/
/*    background: rgba(237, 109, 71, 0.6);*/
/*}*/
/*.login_operate .forget_password{*/
/*    flex: 1;*/
/*    color: #ED6D47;*/
/*    font-size: 14px;*/
/*    font-family: PingFang SC;*/
/*    line-height: 14px;*/
/*    text-align: right;*/
/*    cursor: pointer;*/
/*}*/
/*.zhaosy_login_popup .login_operate .input_box:nth-child(2) .input{*/
/*    width: 70%;*/
/*}*/
/*.zhaosy_login_popup .login_btn{*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    overflow: hidden;*/
/*    display: block;*/
/*    background-color: #ED6D47;*/
/*    border: 0px;*/
/*    outline: none;*/
/*    text-align: center;*/
/*    line-height: 50px;*/
/*    color: #FFFFFF;*/
/*    font-size: 18px;*/
/*    cursor: pointer;*/
/*    border-radius: 10px;*/
/*}*/
/*.zhaosy_login_popup .agree_service{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-family: PingFang SC;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    color: #5A5A5A;*/
/*    margin-top: 15px;*/
/*}*/
/*.zhaosy_login_popup .agree_service span,.zhaosy_login_popup .agree_service a{*/
/*    color: #ED6D47;*/
/*}*/
/*.zhaosy_login_popup .agree_service .checkbox_service{*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    margin-right: 5px;*/
/*}*/
/*.zhaosy_login_popup .user_register{*/
/*    width: 100%;*/
/*    font-family: PingFang SC;*/
/*    font-size: 16px;*/
/*    line-height: 16px;*/
/*    color: #ED6D47;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    margin-top: 20px;*/
/*}*/
.app_downloadBox{
    width: 100%;
    height: 180px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: url(../.././images/about/app_downloadBg.png) center bottom no-repeat;
}
.app_downloadBox a{
    width: 100%;
    height: 100%;
    display: block;
}
.app_downloadBox .d_flex{
    height: 21px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
}
.app_downloadBox .time{
    height: 21px;
    line-height: 21px;
    padding: 0 10px;
}
.app_downloadBox .time span{
    color: #FFFFFF;
    font-size: 14px;
}
.app_downloadBox .close_button{
    cursor: pointer;
}
.app_downloadBox .close_adv{
    width: 21px;
    height: 21px;
}
